[DTOSS-12260] - feat(bootstrap): add bootstrap Bicep and Terraform make targets for mbsgw - #37
Merged
josielsouzanordcloud merged 1 commit intoFeb 26, 2026
Conversation
saliceti
approved these changes
Feb 25, 2026
Adds environment-specific variables, Bicep modules for resource group initialisation, and a Makefile target to automate deployment. Also includes gitleaks annotations for role IDs. Refs: DTOSS-12260
josielsouzanordcloud
force-pushed
the
DTOSS-12260-create-bootstrap-and-identities
branch
from
February 26, 2026 10:32
17be4ed to
4543cb2
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This PR adds a new bootstrap process using Bicep templates and Makefile targets to initialise the resource group for the
mbsgwapplication. It includes environment-specific variable files, Bicep modules for various infrastructure components such as DNS zones, Key Vault, and managed identities, and a bash script to orchestrate the deployment.Type of change
Jira link
DTOSS-12260
https://nhsd-jira.digital.nhs.uk/browse/DTOSS-12260
Review notes
variables.sh):core.bicep: Role assignments for managed identity and Entra ID group.dns.bicep: DNS zone creation.keyVault.bicep: Key Vault creation and role assignments.main.bicep: Orchestrates the deployment of various resources like storage account, private endpoint, and key vault.managedIdentity.bicep: Managed identity creation with federated credentials.privateEndpoint.bicep: Private endpoint creation.storage.bicep: Storage account creation and blob configuration.resource_group_init.sh):Breaking changes
None
Impact
mbsgwapplication.Review checklist